home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 245 / Issue 245 - July 2008 - DPCS0708DVD.ISO / Open Source / Paint.NET / Paint.NET.3.22.exe / PaintDotNetSetup.exe / SetupShim.exe / MANIFEST / 1
Encoding:
Text File  |  2008-01-12  |  594 b   |  14 lines

  1. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  2.   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  3.     <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  4.       <dpiAware>true</dpiAware>
  5.     </asmv3:windowsSettings>
  6.   </asmv3:application>
  7.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  8.     <security>
  9.       <requestedPrivileges>
  10.         <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
  11.       </requestedPrivileges>
  12.     </security>
  13.   </trustInfo>
  14. </assembly>